|
|
"Warp" <war### [at] tagpovrayorg> wrote in message
news:40389ae0@news.povray.org...
> After seeing the city entry I got so depressed I don't think I will be
> making any attempt at competing... :)
>
> Anyways, here's a lame attempt I was playing with. I will not send this
> one because it's so simple, so I'll just post it here and give my
> congratulations to the first who figures out how it is done (in 256
bytes).
> Extra bonus to anyone who posts a code creating a similar image (as
> similar as possible, of course). :)
I think this could be a great entry. I'm guessing you did it something like
this:
#include "functions.inc"
plane
{
z, 1
pigment
{
mandel 1000
interior 1, 1
translate <-0.4021, 0.2, 0>
scale 100
}
finish
{
ambient 1
}
}
Post a reply to this message
|
|